11straps
11straps is a static website boilerplate. It combines Eleventy with Bootstrap 5. ๐
File Explorer
Download Latest Version (.zip)- dependabot.yml
- global.json
- metadata.json
- blank.njk
- blog.njk
- default.njk
- post.njk
- blogsidebar.njk
- footer.njk
- head.njk
- maincontent.njk
- navbar.njk
- postcontent.njk
- postloop.njk
- tagslist.njk
- inter-v12-latin-300.woff
- inter-v12-latin-300.woff2
- inter-v12-latin-500.woff
- inter-v12-latin-500.woff2
- inter-v12-latin-700.woff
- inter-v12-latin-700.woff2
- inter-v12-latin-regular.woff
- inter-v12-latin-regular.woff2
- .DS_Store
- favicon.png
- hkimg.png
- samplecover.png
- bootstrap.bundle.js
- bootstrap.bundle.js.map
- bootstrap.bundle.min.js
- bootstrap.bundle.min.js.map
- bootstrap.esm.js
- bootstrap.esm.js.map
- bootstrap.esm.min.js
- bootstrap.esm.min.js.map
- bootstrap.js
- bootstrap.js.map
- bootstrap.min.js
- bootstrap.min.js.map
- post1.md
- post2.md
- post3.md
- post4.md
- post5.md
- posts.json
- _floating-labels.scss
- _form-check.scss
- _form-control.scss
- _form-file.scss
- _form-range.scss
- _form-select.scss
- _form-text.scss
- _input-group.scss
- _labels.scss
- _validation.scss
- _clearfix.scss
- _color-bg.scss
- _colored-links.scss
- _focus-ring.scss
- _icon-link.scss
- _position.scss
- _ratio.scss
- _stacks.scss
- _stretched-link.scss
- _text-truncation.scss
- _visually-hidden.scss
- _vr.scss
- _alert.scss
- _backdrop.scss
- _banner.scss
- _border-radius.scss
- _box-shadow.scss
- _breakpoints.scss
- _buttons.scss
- _caret.scss
- _clearfix.scss
- _color-mode.scss
- _color-scheme.scss
- _container.scss
- _deprecate.scss
- _forms.scss
- _gradients.scss
- _grid.scss
- _image.scss
- _list-group.scss
- _lists.scss
- _pagination.scss
- _reset-text.scss
- _resize.scss
- _table-variants.scss
- _text-truncate.scss
- _transition.scss
- _utilities.scss
- _visually-hidden.scss
- _api.scss
- _rfs.scss
- _accordion.scss
- _alert.scss
- _badge.scss
- _breadcrumb.scss
- _button-group.scss
- _buttons.scss
- _card.scss
- _carousel.scss
- _close.scss
- _containers.scss
- _dropdown.scss
- _forms.scss
- _functions.scss
- _grid.scss
- _helpers.scss
- _images.scss
- _list-group.scss
- _maps.scss
- _mixins.scss
- _modal.scss
- _nav.scss
- _navbar.scss
- _offcanvas.scss
- _pagination.scss
- _placeholders.scss
- _popover.scss
- _progress.scss
- _reboot.scss
- _root.scss
- _spinners.scss
- _tables.scss
- _toasts.scss
- _tooltip.scss
- _transitions.scss
- _type.scss
- _utilities.scss
- _variables-dark.scss
- _variables.scss
- bootstrap-grid.scss
- bootstrap-reboot.scss
- bootstrap-utilities.scss
- bootstrap.scss
- _style-theme.scss
- _variables-theme.scss
- theme.scss
- blog.njk
- default.njk
- index.njk
- tags.njk
- tagslist.njk
- .eleventy.js
- .gitattributes
- .gitignore
- gulpconfig.json
- gulpfile.js
- LICENSE
- netlify.toml
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/holger1411/11straps
Downloads the entire project code from GitHub to your computer.
cd 11straps
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run build-dev
Builds optimized production files.
npm run watch
Type this command into your terminal and run it.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
