All Projects → sinchang → sublog

sinchang / sublog

Licence: other
✍ Build a static blog website from GitHub Issues

Programming Languages

Vue
7211 projects

Projects that are alternatives of or similar to sublog

GitHub-Pages-deploy
A GitHub Action to deploy a static site on GitHub Pages.
Stars: ✭ 42 (+110%)
Mutual labels:  gh-pages
assign-author
GitHub Actions to assign author to issue or PR
Stars: ✭ 55 (+175%)
Mutual labels:  issues
facelift
Quick github-pages generator
Stars: ✭ 22 (+10%)
Mutual labels:  gh-pages
react-ui-kit-boilerplate
A minimal React UI Kit boilerplate with Storybook, hot reloading, Styled Components, Typescript and Jest
Stars: ✭ 88 (+340%)
Mutual labels:  gh-pages
git-issue-react-electronjs
⚙️. ⚛️. A desktop application created with Electronjs and Reactjs to be cross-platform to manage and track GitHub issues.
Stars: ✭ 21 (+5%)
Mutual labels:  issues
home
Personal portfolio site of Faraz Shaikh.
Stars: ✭ 18 (-10%)
Mutual labels:  gh-pages
eslint-config-vue-app
ESLint configuration for Vue.js app (extends from @sindresorhus / xo)
Stars: ✭ 14 (-30%)
Mutual labels:  vbuild
matjek
Material theme based on Materialize.css for jekyll sites
Stars: ✭ 94 (+370%)
Mutual labels:  gh-pages
shoulders
💛 Quickly view a list of your dependencies' open issues.
Stars: ✭ 62 (+210%)
Mutual labels:  issues
issue-bot
GitHub Actions powered Issue Bot 🦾
Stars: ✭ 62 (+210%)
Mutual labels:  issues
covid-19-visualization
US Covid-19 Visualization. Github pages automatic build.
Stars: ✭ 2 (-90%)
Mutual labels:  gh-pages
aloba
🤖 [Myrmica Aloba 🐜] Bot: Add labels and milestone on pull requests and issues.
Stars: ✭ 18 (-10%)
Mutual labels:  issues
15-minutes-for-6-months
A repository template that lets you set up a minimal issue tracking process in 15 minutes that you won’t have to think about for 6 months 🏗
Stars: ✭ 15 (-25%)
Mutual labels:  issues
obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (+995%)
Mutual labels:  gh-pages
triage-new-issues
A GitHub App, built with Probot that adds `triage` label to newly-created issues which don't have labels
Stars: ✭ 23 (+15%)
Mutual labels:  issues
community
🌎 REDAXO Community World Map
Stars: ✭ 91 (+355%)
Mutual labels:  gh-pages
website
Hack for LA's website
Stars: ✭ 133 (+565%)
Mutual labels:  gh-pages
food-oasis-la
This is a website with a map of food sources in Los Angeles, and list of resources about food deserts and health, published with Jekyll and GitHub Pages.
Stars: ✭ 24 (+20%)
Mutual labels:  gh-pages
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+1175%)
Mutual labels:  gh-pages
issue-states
GitHub Action that closes or reopens issues when they are moved to a project column
Stars: ✭ 64 (+220%)
Mutual labels:  issues

sublog

Build a static blog website from GitHub Issues

Preview

Live Demo

Use

  1. git clone https://github.com/sinchang/sublog.git

  2. cd sublog && npm install

  3. config

  • change website title in index.html
  • change CNAME file in static/CNAME
  • other config in src/config

Deploy

First of all, run npm run build, then, you can deploy dist/* files anywhere

If you want to deploy to gh-pages, just change deploy.sh, then run npm run deploy

Related

Development

  • yarn dev: Run in development mode
  • yarn build: Build in production mode
  • yarn lint: Run eslint

Check out your npm scripts, it's using vbuild under the hood.


Generated by create-vue-app

License

This content is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].