https://github.com/rhildred/browserblog
like Jekyll but all in the browser with es6 templates, marked and jQuery
https://github.com/rhildred/browserblog
Last synced: about 1 year ago
JSON representation
like Jekyll but all in the browser with es6 templates, marked and jQuery
- Host: GitHub
- URL: https://github.com/rhildred/browserblog
- Owner: rhildred
- Created: 2020-07-20T22:03:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T02:52:25.000Z (over 5 years ago)
- Last Synced: 2025-03-30T10:11:27.400Z (over 1 year ago)
- Language: JavaScript
- Size: 1.8 MB
- Stars: 1
- Watchers: 1
- Forks: 45
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Browser Blog
===
To run:
1. make a new folder and open it in vscode or your favourite IDE
2. `git clone https://github.com/rhildred/browserBlog.git .`
3. `npx http-server` (you will need to install node.js for this to work)
4. surf to [http://localhost:8080](http://localhost:8080)
Alternatively:
1. install the live server extension
2. right click on index.html and select `Open with live server`
This is a project that uses markdown, html5 and es6 to make a single page blog or portfolio. Look in the pages or items folder to see the markdown and the index.js meta-data.