https://github.com/sa-y-an/jekylltemplate
WIP
https://github.com/sa-y-an/jekylltemplate
ruby
Last synced: about 1 year ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/sa-y-an/jekylltemplate
- Owner: sa-y-an
- Created: 2021-12-15T19:49:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T19:55:01.000Z (over 4 years ago)
- Last Synced: 2025-01-31T17:57:58.338Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimalist Template
wip
## Creation Steps
```
jekyll create new template
cd template
bundle exec jekyll serve
```
After Installation ```bundle exec``` can be avaoided to start a server
```
jekyll serve
```