Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waldenliang/pug-static-pages-starter
Build a static websit with webpack and pug template engine.
https://github.com/waldenliang/pug-static-pages-starter
bootstrap css html multi-pages postcss pug starter-template static-website stylus template webpack
Last synced: about 10 hours ago
JSON representation
Build a static websit with webpack and pug template engine.
- Host: GitHub
- URL: https://github.com/waldenliang/pug-static-pages-starter
- Owner: WaldenLiang
- License: mit
- Created: 2020-07-02T15:25:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T05:22:13.000Z (about 2 years ago)
- Last Synced: 2023-03-03T15:12:48.094Z (almost 2 years ago)
- Topics: bootstrap, css, html, multi-pages, postcss, pug, starter-template, static-website, stylus, template, webpack
- Language: JavaScript
- Homepage: http://ethereal-flight.surge.sh/home.html
- Size: 2.31 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pug-static-pages-starter
Build a static website with webpack and pug template engine. And it can help you make multipage HTML development suck less.[Live demo](http://ethereal-flight.surge.sh/home.html)
![snapshot](./home_snapshot.png)
## Feature List
- Bundle all your assets with webpack
- Use pug as a template engine
- live-reload
- Code splitting
- Multiple pages website
- Preprocess CSS with stylus and PostCSS
- Automatically build HtmlWebpackPlugin instance
- Use bootstrap & JQuery
- Use font-awesome## Directory structure
```
.
├── dist
├── src
│ ├── assets
│ │ ├── images
│ │ └── fonts
│ ├── components
│ │ ├── footer.pug
│ │ └── header.pug
│ ├── css
│ │ ├── base.styl
│ │ └── variables.styl
│ ├── js
│ │ └── main.js
│ ├── layouts
│ │ └── default.pug
│ └── pages
│ ├── about.pug
│ ├── contact.pug
│ └── home.pug
│
├── .babelrc
├── .postcssrc.js
├── webpack.config.js
└── package.json
```## License
[MIT](https://github.com/WaldenLiang/pug-static-pages-starter/blob/master/LICENSE)Copyright (c) 2020 waldenliang