Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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