Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcs090218/jcs-profile
My personal website
https://github.com/jcs090218/jcs-profile
personal website
Last synced: 3 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/jcs090218/jcs-profile
- Owner: jcs090218
- Created: 2018-10-24T16:33:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T08:11:46.000Z (4 months ago)
- Last Synced: 2024-10-26T09:52:43.172Z (3 months ago)
- Topics: personal, website
- Language: CSS
- Homepage: http://www.jcs-profile.com/
- Size: 53.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jcs-profile
[![Build](https://github.com/jcs090218/jcs-profile/actions/workflows/build.yml/badge.svg)](https://github.com/jcs090218/jcs-profile/actions/workflows/build.yml)
My personal website.
See the latest version in https://jcs090218.github.io/jcs-profile/.
## 🔨 Development
To start the server:
```
$ hugo server
```Then open the url http://localhost:1313/ to your browser!
## ❓ How to deploy?
**⚠️ This is a note for myself.**
The static files are under `gh-pages`; hence, you need to switch to that branch to deploy on your website.
```sh
# Navigate to the static sites folder!
$ cd /path/to/public# Then pull all static files under public directory!
$ git clone https://github.com/jcs090218/jcs-profile . --branch gh-pages
```Every time the files are updated, you need to wait for the workflow to complete before you pull it on your server.