Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/progrhyme/progrhyme.github.io
My Landing Page
https://github.com/progrhyme/progrhyme.github.io
Last synced: 2 days ago
JSON representation
My Landing Page
- Host: GitHub
- URL: https://github.com/progrhyme/progrhyme.github.io
- Owner: progrhyme
- Created: 2018-08-28T14:54:37.000Z (about 6 years ago)
- Default Branch: src
- Last Pushed: 2022-12-02T10:37:38.000Z (almost 2 years ago)
- Last Synced: 2023-08-01T06:43:55.415Z (over 1 year ago)
- Language: HTML
- Homepage: https://progrhy.me
- Size: 8.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# progrhyme's site
My personal landing page - https://progrhy.me .
## Branches
- `src` ... Source codes and materials to build & publish site.
- `master` ... Contents to be published as HTML.## How to develop
### Prerequisites
- [Node.js](https://nodejs.org/)
- [Gulp](https://gulpjs.com/)
- [GNU make](https://www.gnu.org/software/make/manual/make.html)### Prepare
```sh
# install node modules
npm install# clone into subdirectory dist/
git clone -b master [email protected]:progrhyme/progrhyme.github.io.git dist
```### Build site locally
```sh
gulp
```This creates whole site contents under `dist/`.
You can browse dist/index.html to check if it is fine.Alternatively, you can run `make build` to build the site.
### Publish
```sh
make
```This runs `gulp` command and `git push` to the master branch.
## Theme
This site is powered by the awsome [Bootstrap](http://getbootstrap.com/) theme
[Grayscale](http://startbootstrap.com/template-overviews/grayscale/) which is created by
[Start Bootstrap](http://startbootstrap.com/).## Copyright
Copyright © progrhyme 2018