Skip to content

jravas/vuepress

Repository files navigation

vuepress

A Vue.js project

Alt text

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build 

TODO

  • General

    • valdi HTML5 elements
    • download font (roboto)
    • archive page
    • put host url in variable
    • fix hilarious IE bug
    • deafult image if post doesn't have image
    • 404 page
    • favicon
  • Single post

    • add comment
    • facebook comments
    • display post comments
    • back to home button
    • loading on infinite scroll
    • scroll to the top
    • no more stories
    • add progress bar for post reading position
    • change url when reading another post loaded by infinite scroll
    • comments date format

Reminder

  • uncomment history mode in ./src/router/index.js
  • to allow anonymous comments add in functions.php
    function filter_rest_allow_anonymous_comments() {
        return true;
    }
    add_filter('rest_allow_anonymous_comments','filter_rest_allow_anonymous_comments');

About

Wordpress theme created with Vue.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published