diff --git a/README.md b/README.md index 1037e03..f284087 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ git clone --recurse-submodules https://github.com/osac/osac.github.io Then use, ``` -go server -D +hugo server -D ``` To open up a localhost server. Go to browser at http://localhost:1313 or the url specified in output to above command. @@ -29,4 +29,4 @@ Change the front matter tags to appropirate one and write your post in markdown. If you need to add images, put them in /static/img/ folder by creating a directory same as post name and placing images inside that directory. -You can view your changes through the `go server -D` command as mentioned above. +You can view your changes through the `hugo server -D` command as mentioned above. diff --git a/content/post/introducing-communities-1.md b/content/post/introducing-communities-1.md new file mode 100644 index 0000000..987af96 --- /dev/null +++ b/content/post/introducing-communities-1.md @@ -0,0 +1,45 @@ +--- +title: Github Essentials +lead: Briefing on Campus Expert and Github Field Day +date: 2024-09-01 +linktitle: github essentials +draft: false + +categories: + - "event" + - "2024" + - "Recent Events" +tags: + - "Github" + - "Github FieldDay" + - "Campus Expert" + - "Session" + - "2024" + +# Theme-Defined params +thumbnail: "/img/intro-community-1/inro-poster-yunika.png" +thumbnail_alt: "Github Essentials Poster of Yunika Bajracharya" +thumbnail_hide_post: false +sidebar: "right" +sitemap_hide: false +--- + +OSAC successfully conducted its first event under Introducing Communities "Github Essentials". This event focused on essential Github topics such as the Github Field Day, Github Community, and the Github Developer Pack. The session provided an in-depth understanding of these initiatives. + + Our speaker, Yunika Bajracharya being one of Github Campus Expert , provided detailed tips and insights, sharing her expertise on the steps and strategies required to required to get into these things.Meanwhile, Anupama Rai (@anupamaa_raii) skillfully moderated the event smoothly. + + + +We thank all participants for their enthusiasm and look forward to the next events in our OSAC Introducing Communities Seri. + +## Event Archive + +[View youtube recording](https://www.youtube.com/watch?v=EpcCvVifiLAw) +{{< youtube EpcCvVifiLA >}} + +## Event Gallery + +![Video ScreenShot 1](/img/intro-community-1/essentials3.png "Video +Screenshot 1") +![Video ScreenShot 2](/img/intro-community-1/essentials1.webp "Video Screenshot 2") +![Video ScreenShot 3](/img/intro-community-1/essentials2.png "Video Screenshot 3") diff --git a/static/img/intro-community-1/essentials1.webp b/static/img/intro-community-1/essentials1.webp new file mode 100644 index 0000000..4a60dc7 Binary files /dev/null and b/static/img/intro-community-1/essentials1.webp differ diff --git a/static/img/intro-community-1/essentials2.png b/static/img/intro-community-1/essentials2.png new file mode 100644 index 0000000..983e3aa Binary files /dev/null and b/static/img/intro-community-1/essentials2.png differ diff --git a/static/img/intro-community-1/essentials3.png b/static/img/intro-community-1/essentials3.png new file mode 100644 index 0000000..e3a10d8 Binary files /dev/null and b/static/img/intro-community-1/essentials3.png differ diff --git a/static/img/intro-community-1/inro-poster-yunika.png b/static/img/intro-community-1/inro-poster-yunika.png new file mode 100644 index 0000000..90bc4df Binary files /dev/null and b/static/img/intro-community-1/inro-poster-yunika.png differ diff --git a/static/img/osacweek-webdev/SushantSuwal.png b/static/img/osacweek-webdev/SushantSuwal.png new file mode 100644 index 0000000..a00a6bc Binary files /dev/null and b/static/img/osacweek-webdev/SushantSuwal.png differ diff --git a/static/img/osacweek-webdev/roadmapSusantDai.png b/static/img/osacweek-webdev/roadmapSusantDai.png new file mode 100644 index 0000000..340ad68 Binary files /dev/null and b/static/img/osacweek-webdev/roadmapSusantDai.png differ