Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Added empty add-on.css and add-on.js files and extended the documenta…
Browse files Browse the repository at this point in the history
…tion to explain their purpose.
  • Loading branch information
twatzl authored and pacollins committed Feb 26, 2020
1 parent 1b9fb68 commit ee3906b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ _false_ will turn a feature **off**. It is structured as follows:
└── .Social // Controls Links to Social Media
```

### Custom JavaScript and CSS

You can adapt this theme according to your preferences using your own JS or CSS code.
To do this your can write your code in `static/css/add-on.css` and `static/js/add-on.js`.

### Hugo's Built-In Server

To see a live version of your site locally, use the following command:
Expand Down
6 changes: 6 additions & 0 deletions static/css/add-on.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
This css file is for individual users to restyle items for their personal site,
or for the implementation of features specifically for their site. Anything that
is an official part of the theme (ex. Pull Requests) should be included in main.css
and follow the formatting and style given.
*/
6 changes: 6 additions & 0 deletions static/js/add-on.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*
This js file is for individual users to modify the scripts for their personal site,
or for the implementation of features specifically for their site. Anything that
is an official part of the theme (ex. Pull Requests) should be included in main.js
and follow the formatting and style given.
*/

0 comments on commit ee3906b

Please sign in to comment.