Code Monkey home page Code Monkey logo

galacsh.io's Introduction

Galacsh's Blog

This is my personal blog that was made with my blog-template.

How to use this?

To my future myself:

# Clone with submodule
git clone --recursive [email protected]:Galacsh/galacsh.io.git

cd galacsh.io

# Link assets directory
ln -s "$(pwd)/posts/assets" "public/assets"

# Install dependencies
npm install

# Create environment variables file
cat << EOF > .env.production.local
# Name of the website
NEXT_PUBLIC_APP_NAME="Galacsh"

# Short name of the website
NEXT_PUBLIC_APP_SHORT_NAME="Galacsh"

# Description of the website
NEXT_PUBLIC_APP_DESCRIPTION="Galacsh's personal blog."

# URL of the website (e.g. https://galacsh.github.io)
NEXT_PUBLIC_BASE_URL="https://galacsh.io"

# About the author
NEXT_PUBLIC_ABOUT=">>>> Fill this <<<<"

# Copyright range (e.g. 2023-2024 or 2024)
NEXT_PUBLIC_COPYRIGHT_RANGE="2024"

# Google ANALYTICS
NEXT_PUBLIC_GOOGLE_ANALYTICS="G-0HR866Y002"

# Google Site Verification
NEXT_PUBLIC_VERIFICATION_GOOGLE="cAdoZS7D10cMvqzHphlKCRYBFngAkTHiWSf1pQDNrb8"

# Naver Site Verification
NEXT_PUBLIC_VERIFICATION_NAVER="f2b89b689efac87b9c27e08958ec1df1be546d94"
EOF

# Test
npm start

# Deploy
npm run deploy

galacsh.io's People

Contributors

galacsh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.