https://github.com/amitkbiswas01/eleventy-template
Portfolio website template with integrated standard blog features.
https://github.com/amitkbiswas01/eleventy-template
11ty 11ty-template blog portfolio-template postcss snowpack static-site-generator tailwindcss
Last synced: 9 months ago
JSON representation
Portfolio website template with integrated standard blog features.
- Host: GitHub
- URL: https://github.com/amitkbiswas01/eleventy-template
- Owner: amitkbiswas01
- License: gpl-3.0
- Created: 2021-05-08T06:42:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T09:49:22.000Z (over 4 years ago)
- Last Synced: 2024-10-02T09:54:35.063Z (about 1 year ago)
- Topics: 11ty, 11ty-template, blog, portfolio-template, postcss, snowpack, static-site-generator, tailwindcss
- Language: Nunjucks
- Homepage: https://upbeat-perlman-18bc36.netlify.app/
- Size: 2.05 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eleventy Template
A minimalist Portfolio and Blog template made with [11ty](https://www.11ty.dev/), [tailwindcss](https://tailwindcss.com/) and [Snowpack](https://www.snowpack.dev/). Some features of this template are,
- Blog post generation from markdown files.
- Posts have,
- Tags
- Time of publication
- Read time
- Embedded Images and Videos
- Pagination
- HTML and CSS Minification and Purge
- Lazy-loading Images
- RSS Feed
- Sitemap## Lighthouse Score

## How to use?
- **To run locally** in dev environment,
```bash
git clone https://github.com/amitkbiswas01/eleventy-template.git
cd eleventy-template
npm install
npm run serve
```- **To build for production**, after running `npm install`, run `npm build`. This will generate a `dist` folder in the root directory. This `dist` folder can be directly uploaded to sites like Netlify or Now.sh or used for github pages.
- **Other commands** include,
- `npm run prettier` : for prettier formatting
- `npm run clean` : for removing `dist` folder
- `npm run debug` : for debugging## Attributes
[About Page Photo by pikisuperstar](https://www.freepik.com/vectors/technology)