Skip to content

puni9869/blabla-page

This branch is 62 commits ahead of, 16 commits behind barelyhuman/mark:pro.

Folders and files

NameName
Last commit message
Last commit date
Jun 10, 2024
Jun 26, 2024
Jun 22, 2024
Jun 26, 2024
Jun 23, 2024
Aug 25, 2021
Jun 23, 2024
Jun 26, 2024
Jun 22, 2024
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Apr 24, 2024
Jun 23, 2024
Apr 24, 2024
Jun 10, 2024

Repository files navigation

Deploy static content to Pages

Motivation

I was searching for online tool which is easy to use and the name should be simple. This is a personalize fork of Mark.

Features coming soon...

  • Modify the menu items.
  • Redirect http[s]://blabla.page to https://www.blabla.page
  • Create a simple chrome extension.
  • Publish the chrome extension in chrome store.
  • Add Clear option in menu items.
  • Add About page in blabla.page
  • Show History.
  • Convert blabla.page to PWA.
  • Preview button on the top. 🥉

Prerequisite

  1. Node at least v12
  2. git

Steps

# clone this repo 
git clone https://github.com/puni9869/blabla-page

# cd into it and install the basic dependencies
npm i 

# run the dev server to check if it's working (optional)
npm dev 

# build the app into static files 
npm build

# you can then serve the output folder using your favorite http serving solution 
npx serve dist
# or 
python –m SimpleHTTPServer dist

License

MIT © Reaper (Original)

MIT © blabla.page (After Fork)

Languages

  • Vue 46.5%
  • JavaScript 24.3%
  • HTML 20.9%
  • CSS 8.3%