https://github.com/jalediazb/once
Once - Personal theme to make websites with Eleventy and BulmaCSS
https://github.com/jalediazb/once
bulma-css eleventy javascript theme
Last synced: about 1 year ago
JSON representation
Once - Personal theme to make websites with Eleventy and BulmaCSS
- Host: GitHub
- URL: https://github.com/jalediazb/once
- Owner: jalediazb
- Created: 2021-09-28T12:59:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T12:41:10.000Z (over 4 years ago)
- Last Synced: 2025-03-25T20:07:28.317Z (about 1 year ago)
- Topics: bulma-css, eleventy, javascript, theme
- Language: JavaScript
- Homepage: https://once-eleventy.netlify.app/
- Size: 1.08 MB
- Stars: 17
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ONCE - Eleventy Theme
[**Demo**](https://once-eleventy.netlify.app/)
Personal theme made with:
- [Eleventy](https://www.11ty.dev/)
- [BulmaCSS](https://bulma.io/)
- [PurgeCSS](https://purgecss.com/)
Features:
- Layouts for:
- Pages (minimal-post.njk)
- Post (post.njk)
- Index
- Tag pages
- Error 404
- Sitemap
- Search by titles
- Share Buttons
- Links for social profiles.
- Blocks for ads or another content
- Cookies advice
- Minify CSS, JS and HTML
- Remove unused CSS
## Scripts
- Develop: `npm run serve`
- Build: `npm run build`
## Config Theme
There is a file `_data/config.json` where you can edit your configuration.
### Custom CSS y JS
- `./src/_css/custom.css`
- `./_includes/scripts.js`
### Error 404
There is a template for errors. [More information](https://www.11ty.dev/docs/quicktips/not-found/).
### Ad Blocks
Edit in `eleventy.js`