Installation

personal blog with Hugo-5.add github action

Purpose Create personal blog with Hugo and hosting with github at Windows 10. For this purpose, you need knowledge of HTML, Markdown, and Hugo structure. If you knwo golang, css, js, that will be better. But you do not have to. used tools install date : 03-31-2021 hugo version : hugo v0.82.0 git version : git version 2.31.1.windows.1 windows : 10 windows terminal: v1.7.572.0 Chocolatey : v0.10.15 add github action I finished build github website with Hugo.

personal blog with Hugo-4. hosting by github

Purpose Create personal blog with Hugo and hosting with github at Windows 10. For this purpose, you need knowledge of HTML, Markdown, and Hugo structure. If you knwo golang, css, js, that will be better. But you do not have to. used tools install date : 03-31-2021 hugo version : hugo v0.82.0 git version : git version 2.31.1.windows.1 windows : 10 windows terminal: v1.7.572.0 Chocolatey : v0.10.15 upload to github create two repository on github 1st repository: actual Hugo code will be here 2nd repository: Hugo render the 1st repository data into HTML The github will host 2nd repository to show on online.

install [JAVA-AdoptOpenJDK] to [windows 11]

purpose install [JAVA-AdoptOpenJDK] to [windows 11] Java? One of programming language. For using, you need the programm calls Java Development Kit(JDK). The most famous JDK name is Java. It same as programming language name. Short history The Java JDK was open source. But, the Oracle bought the JDK and make it is not open source. Thus, there are many JDK programs. AdoptOpenJDK? One of the JDK programs. environment variable? Some writings may say that you need to set environment variable for window users.

import [library] to [intellij]

purpose import [library] to [intellij] What is library? pre-made code collection that you can use it right away. It help people to develop program quickly. Steps download library file (jar file) File -> Project Structure Modules -> project -> Dependencies of tabs click “+”(=JARs or directories…) to select the jar file that you want to import. left side bar underExternal Libraries, you will see imported library.

personal blog with Hugo-3.create blog

Purpose Create personal blog with Hugo and hosting with github at Windows 10. For this purpose, you need knowledge of HTML, Markdown, and Hugo structure. If you knwo golang, css, js, that will be better. But you do not have to. used tools install date : 03-31-2021 hugo version : hugo v0.82.0 git version : git version 2.31.1.windows.1 windows : 10 windows terminal: v1.7.572.0 Chocolatey : v0.10.15 create blog create static site Go to any fodler that you want to and then run windows terminal.

personal blog with Hugo-2.install tools

Purpose Create personal blog with Hugo and hosting with github at Windows 10. For this purpose, you need knowledge of HTML, Markdown, and Hugo structure. If you knwo golang, css, js, that will be better. But you do not have to. used tools install date : 03-31-2021 hugo version : hugo v0.82.0 git version : git version 2.31.1.windows.1 windows : 10 windows terminal: v1.7.572.0 Chocolatey : v0.10.15 install tools windows terminal Install and set up Windows Terminal

personal blog with Hugo-1.Notions

Purpose Create personal blog with Hugo and hosting with github at Windows 10. For this purpose, you need knowledge of HTML, Markdown, and Hugo structure. If you knwo golang, css, js, that will be better. But you do not have to. used tools install date : 03-31-2021 hugo version : hugo v0.82.0 git version : git version 2.31.1.windows.1 windows : 10 windows terminal: v1.7.572.0 Chocolatey : v0.10.15 Notions hugo?

uplaod [Android Studio Source code] to [Github]

1. create repository in github: Repository is kind of folders on your github. Set name and create. Other settings are not needed. 2. taps on top of the Android Studio, click VCS -> Enable Version Control Integration. 3. It will ask something, choose git and push ok button. : There are many other websites that similar to github. Check buttom tab that has Git:master 4. click VCS -> Commit 5. Choose files that you want to upload.

install [git] to [windows 10]

purpose install [git] to [windows 10] What is git? commend based program that is for tracking file changes. Origianlly, it invented for programming, thus, git file contains information of when did the file created, changed and moved. steps 1. downlad git official link 2. install the program 3. installation settings Additional icons > On the Desktop : create shortcut Windows Exporer integration Git Bash Here : Git Bash connection, any folder can connect with git right away Git GUI Here : Git GUI connection, create some GUI on right click menu Git LFS (Large File Support) - origianlly git was for coding.