https://github.com/nceas/arctic-wordpress-theme
A Wordpress theme based on the Arctic and Aurora Borealis
https://github.com/nceas/arctic-wordpress-theme
Last synced: 4 months ago
JSON representation
A Wordpress theme based on the Arctic and Aurora Borealis
- Host: GitHub
- URL: https://github.com/nceas/arctic-wordpress-theme
- Owner: NCEAS
- License: apache-2.0
- Created: 2016-03-04T21:47:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T00:04:19.000Z (over 1 year ago)
- Last Synced: 2025-01-10T19:47:27.966Z (5 months ago)
- Language: PHP
- Size: 2.55 MB
- Stars: 2
- Watchers: 14
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arctic-wordpress-theme
A Wordpress theme based on the Arctic and Aurora Borealis. Used by arcticdata.io## Style changes
- Edit the Sass files in /theme/library/scss
- Run the Sass compiler to create the finished product, the `style.css` CSS file:
```bash
sass --watch theme/library/scss/style.scss:theme/style.css
```
The `--watch` flag will tell Sass to compile after every change to the .scss files.
- The `style.css` file can be updated in Wordpress by copying the file to `wp-content/themes/aurora` in the Wordpress installation.### About Sass
Learn more about Sass using the Sass guide: https://sass-lang.com/guide