New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

custom-site

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-site

Static Site Generator

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by166.67%
Maintainers
1
Weekly downloads
 
Created
Source

CustomSite

Node製の静的サイトジェネレーター(Static Site Generator)です。

npm version Build Status codecov dependencies Status devDependencies Status

使い方

インストール

npm i -g custom-site

すぐに使う

mysiteというディレクトリを作成し、その中にindex.mdxを作成します。

mkdir mysite
touch mysite/index.mdx

デバッグサーバーを立ち上げます。実行すると自動的にブラウザが立ち上がるでしょう。

custom-site ./mysite -Do

index.mdxを次のように編集します。 編集が終わったら保存します。このあとにブラウザのリロードの必要はありません! ファイルの変更を検知したら自動的にリロードされます。

---
title: Hello World
---

# MySite

ビルド

静的なサイトとして出力してみましょう。 とても簡単です。次のコマンドを実行します。

custom-site mysite --out-dir site

これでsiteディレクトリにHTMLファイルが出力されました。

Library Development

yarn install
yarn start

Architecture

architecture

License

MIT © Himenon

Keywords

FAQs

Package last updated on 05 Jan 2019

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