Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vjai/fibonacci
A simplistic read-friendly blog template built with golden ratio
https://github.com/vjai/fibonacci
blog-template css fibonacci golden-ratio html typography
Last synced: 7 days ago
JSON representation
A simplistic read-friendly blog template built with golden ratio
- Host: GitHub
- URL: https://github.com/vjai/fibonacci
- Owner: VJAI
- License: mit
- Created: 2018-11-16T17:39:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T09:16:52.000Z (over 2 years ago)
- Last Synced: 2024-11-01T11:51:36.221Z (14 days ago)
- Topics: blog-template, css, fibonacci, golden-ratio, html, typography
- Language: SCSS
- Homepage: https://vjai.github.io/fibonacci/
- Size: 76.3 MB
- Stars: 37
- Watchers: 5
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![Screen Shot](https://github.com/VJAI/fibonacci/blob/master/fibonacci.png)
A simplistic read-friendly blog template built with golden ratio.
## Demo
[https://vjai.github.io/fibonacci/index.html](https://vjai.github.io/fibonacci/index.html)
## Supported Browsers
- Chrome
- Safari
- Firefox## Download
Available in npm as "fibonacci-blog-template". You can also fork the repo or download the source-code from Git.
## Development
Use the below command to run the project. It'll kickstart a small server running in port 4200. Also, everytime you update the
SCSS file, it'll automatically compile them into "fibonacci.css" file.```
npm start
```Use the below command to only compile the SCSS files.
```
npm run build
```## Customization
You can customize the theme by re-defining the variables in `_variables.scss` file under "scss" folder.
Important SCSS variables.
- `$brand-color`
- `$body-font-family`
- `$heading-font-family`## Icons
We've used [bootstrap icons](https://icons.getbootstrap.com/). The icon sprite file "bootstrap-icons.svg" is dropped in the "assets" folder.
## License
MIT
## Questions & Feedback
Please send email to vijay.prideparrot AT gmail.com.