Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamranayub/kamranayub.github.io
Personal blog
https://github.com/kamranayub/kamranayub.github.io
blog wyam
Last synced: 29 days ago
JSON representation
Personal blog
- Host: GitHub
- URL: https://github.com/kamranayub/kamranayub.github.io
- Owner: kamranayub
- Created: 2013-11-27T22:06:16.000Z (almost 11 years ago)
- Default Branch: source
- Last Pushed: 2021-03-18T03:58:37.000Z (over 3 years ago)
- Last Synced: 2024-04-14T19:02:47.492Z (7 months ago)
- Topics: blog, wyam
- Language: JavaScript
- Homepage: https://kamranicus.com
- Size: 77.2 MB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Kamran Ayub Personal Blog
- Built with Wyam static site generator
- Semantic UI framework### Build
**Before**
Install Wyam so it's available on PATH.
**In Visual Studio Code:**
- Ctrl-Shift-B: build all
- Ctrl-P, `task`, then choose task**Command-line**
# Build all
npm run build# Build Semantic UI
npm run semantic# Watch
npm start# Preview
wyam preview