Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ficons

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ficons

This is the static site engine for Fiction Static sites.

  • 1.0.18
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
63
increased by31.25%
Maintainers
2
Weekly downloads
 
Created
Source

Approach

This is the static site engine for Fiction Static sites.

It is build with built with hexo.

This site shares a core set of files with every other Fiction static site including this readme.

Files that are shared include:

  • .vscode - VSCode config
  • update.js - Script for updating static site libraries
  • /scripts - Hexo Scripts
  • /themes - Primary site design
  • makefile - For building and deploying
  • _config.yml - Hexo config, Common config portion after '######'
  • package.json - All packages are merged across static sites.

Information that is CUSTOM to this site and won't be changed:

  • All content layout should be configurable via the custom portion of hte Hexo _config.yml file (before '######')
  • Site text content lives in the 'src' folder
  • CNAME for the site is used by Github
  • Public, db.json are generated by HEXO

Development

First, install needed scripts...

# SETUP
$ npm install -g hexo-cli
$ npm install (or yarn)

This repository uses a makefile. To run a local server:

# LOCAL SERVER
$ make serve

To deploy to the repository (also generates static files)

# DEPLOY TO LIVE SITE
$ make deploy

Only generate static files to "public" folder...

# GENERATE STATIC FILES
$ make generate

FAQs

Package last updated on 17 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc