Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
/ website Public archive

Webサイト移行検討用のリポジトリです

Notifications You must be signed in to change notification settings

histudy/website

Repository files navigation

姫路IT系勉強会 Webサイト移行検討用リポジトリ

姫路IT系勉強会のWebサイトをGoogle SitesからHexoとGitHub Pagesを利用したサイトへの移行を検討するためのリポジトリです。

テスト方法

サイトの生成にHexoを利用しているので利用するためのパッケージをインストールします。

$ sudo apt install git nodejs nodejs-legacy npm

Hexoをインストールします。

$ sudo npm install -g hexo-cli

このリポジトリをクローンします。

$ git clone https://github.com/histudy/website.git

クローンしたリポジトリに必要なパッケージをインストールします。

$ cd website/
$ npm install

ビルドしてHexoのサーバーを起動します。

$ hexo g
$ hexo s

ブラウザで http://localhost:4000/website にアクセスすると内容の確認ができます。

各種コマンド

Hexoサーバーを起動する

npm run start

ブラウザでhttp://localhost:4000/website にアクセスすると内容の確認ができます。

サイトを生成する

npm run generate

デプロイ(Github Pageに反映する)

npm run deploy

検討課題

  • テンプレートのカスタマイズとか
    • 現在はhuemanを少し変更して使用中

About

Webサイト移行検討用のリポジトリです

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published