Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wopian/wopian.me
🌐 Homepage for my projects and open source contributions
https://github.com/wopian/wopian.me
accessible dark-mode homepage offline-app offline-capable portfolio portfolio-page portfolio-site portfolio-website pug pwa scss static static-site web wopian
Last synced: about 6 hours ago
JSON representation
🌐 Homepage for my projects and open source contributions
- Host: GitHub
- URL: https://github.com/wopian/wopian.me
- Owner: wopian
- License: mit
- Created: 2014-12-06T01:08:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T19:26:37.000Z (7 months ago)
- Last Synced: 2024-05-02T02:58:07.525Z (7 months ago)
- Topics: accessible, dark-mode, homepage, offline-app, offline-capable, portfolio, portfolio-page, portfolio-site, portfolio-website, pug, pwa, scss, static, static-site, web, wopian
- Language: Pug
- Homepage: https://wopian.me
- Size: 17.4 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# wopian.me
[![web badge]][web]
[![uptime badge]][web]
[![travis badge]][travis]
[![david badge]][david]
[![david dev badge]][david dev]Homepage for my personal projects and open source contributions
![](https://raw.githubusercontent.com/wopian/wopian.me/master/.github/homepage.png)
## Contributing
### Requirements
- Node - Any supported LTS version
- Yarn - 1.x### Installing
In your terminal or IDE run:
```
yarn
```### Making Changes
The HTML is written in [Pug] under `./client/`
The CSS is written in [SCSS] under `./client/styles`
### Commands
#### Build Website
Compiles the [Pug] and [SCSS] source files into `./dist`
```
yarn build
```#### Development Server
Hot reloads changes made to `./dist`. Active port is outputted to terminal
```
yarn dev
```[web]:https://wopian.me
[web badge]:https://flat.badgen.net/uptime-robot/status/m779134093-6b18c63b2a1d76c408678c30
[uptime badge]:https://flat.badgen.net/uptime-robot/month/m779134093-6b18c63b2a1d76c408678c30[david]:https://david-dm.org/wopian/wopian.me
[david badge]:https://flat.badgen.net/david/dep/wopian/wopian.me
[david dev]:https://david-dm.org/wopian/wopian.me?type=dev
[david dev badge]:https://flat.badgen.net/david/dev/wopian/wopian.me[travis]:https://travis-ci.org/wopian/hibari
[travis badge]:https://flat.badgen.net/travis/wopian/wopian.me[Pug]:https://pugjs.org/api/getting-started.html
[SCSS]:https://sass-lang.com/documentation/syntax