From 4dda51ac8cdae01052c18b7c3e6f0f6a36010c0b Mon Sep 17 00:00:00 2001 From: Alan Pope Date: Mon, 27 Nov 2023 12:51:02 +0000 Subject: [PATCH] initial fork of ubuntu-kr --- README.md | 80 ++++++- config.yaml | 360 ++++++++--------------------- content/chat/index.md | 52 ++--- content/download/index.en.md | 25 +- static/CNAME | 2 +- themes/ubuntukr/layouts/index.html | 5 +- 6 files changed, 204 insertions(+), 320 deletions(-) diff --git a/README.md b/README.md index e93dae6..f941127 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,82 @@ -# ubuntu-kr.github.io +# ubuntu-uk.github.io + +The new Website of Ubuntu UK Community. Built with [Hugo](https://gohugo.io) and vanillaframework.io + +## Ubuntu-UK LoCo Website repo + +This repo contains the content for the Ubuntu UK Local Community Team website. The goal is to have the content here hosted at https://ubuntu-uk.org/. Currently the site is at https://ubuntu-uk.github.io/website/ + +## Get involved + +We welcome contributions to improve the site! + +The site is built using [Hugo](https://gohugo.io/) and deployed with a [GitHub action](https://github.com/features/actions). + +### Install Hugo + +[Install](https://gohugo.io/installation/) Hugo using their documentation for [Linux](https://gohugo.io/installation/linux/), [Windows](https://gohugo.io/installation/windows/), [macOS](https://gohugo.io/installation/macos/), or [BSD](https://gohugo.io/installation/bsd/). + +You'll also need dart-sass-embedded, and vanilla framework. + +`sudo snap install dart-sass-embedded` + +`npm install vanilla-framework` + +### Get the code + +Fork the repo, then clone it to your local workstation. + +### Prototype + +Start hugo in the directory you cloned to. + +`hugo serve` + +You'll see output similar to the following: + +``` +Watching for changes in /home/alan/Source/ubuntu-uk/ubuntu-uk.github.io/{archetypes,content,package.json,static,themes} +Watching for config changes in /home/alan/Source/ubuntu-uk/ubuntu-uk.github.io/config.yaml, /home/alan/Source/ubuntu-uk/ubuntu-uk.github.io/go.mod +Start building sites … +hugo v0.119.0-b84644c008e0dc2c4b67bd69cccf87a41a03937e linux/amd64 BuildDate=2023-09-24T15:20:17Z VendorInfo=gohugoio + + + | EN +-------------------+----- + Pages | 17 + Paginator pages | 0 + Non-page files | 19 + Static files | 13 + Processed images | 0 + Aliases | 0 + Sitemaps | 1 + Cleaned | 0 + +Built in 620 ms +Environment: "development" +Serving pages from memory +Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender +Web Server is available at http://localhost:1313/ (bind address 127.0.0.1) +Press Ctrl+C to stop + +``` + +### Visit site + +Visit [localhost:1313](https://localhost:1313) to view the site + +Hugo will update the site whenever files are changed, typically there's no need to refresh the page. + +The Hugo documentation can be found at [gohugo.io/documentation/](https://gohugo.io/documentation/). + +### Submit PR + +Push your changes to a pull request, where we can review and discuss the changes, prior to merging. + +## Code of Conduct + +Please respect the [Ubuntu Code of Conduct](https://ubuntu.com/community/ethos/code-of-conduct) when interacting with others in this repo. -The new Website of Ubuntu Korea Community. Built with [Hugo](https://gohugo.io) and vanillaframework.io ## License MIT License (See `LICENSE`) diff --git a/config.yaml b/config.yaml index dac1703..f1ec053 100644 --- a/config.yaml +++ b/config.yaml @@ -1,191 +1,33 @@ -baseURL: 'https://ubuntu-kr.org' -languageCode: ko-kr -title: 'Ubuntu Korea Community' +baseURL: 'https://ubuntu-uk.org' +languageCode: en-gb +title: 'Ubuntu UK Community' theme: "ubuntukr" buildFuture: true -googleAnalytics: "G-S1V4C73F0T" +#googleAnalytics: "" params: contact: contact@ubuntu-kr.org - facebook: ubuntukorea - twitter: UbuntuKrOrg - github: ubuntu-kr - launchpad: ubuntu-ko - mastodon: https://mastodon.social/@UbuntuKrOrg - youtube: https://www.youtube.com/user/UbuntuKorea - linkedin: https://www.linkedin.com/company/ubuntu-kr/ - source_repo: https://github.com/ubuntu-kr/ubuntu-kr.github.io - privacyPolicy: https://disclosures.ubuntu-kr.org/privacy-policy/ -defaultContentLanguage: ko + #facebook: ubuntukorea + #twitter: UbuntuKrOrg + github: ubuntu-uk + launchpad: ubuntu-uk + mastodon: https://floss.social/@ubuntu_UK + #youtube: https://www.youtube.com/user/UbuntuKorea + #linkedin: https://www.linkedin.com/company/ubuntu-kr/ + source_repo: https://github.com/ubuntu-uk/ubuntu-uk.github.io + #privacyPolicy: https://disclosures.ubuntu-kr.org/privacy-policy/ +defaultContentLanguage: en languages: - ko: - languageName: 한국어 - title: 우분투한국커뮤니티 - weight: 1 - params: - description: >- - 우분투 한국 커뮤니티는 Ubuntu Community Council에서 인증한 공식 한국 커뮤니티이며, - 우분투(Ubuntu)를 사용하는 사람, 개발하는 사람, 우분투 프로젝트에 기여하는 사람, 우분투에 관심이 있는 모두를 위한 커뮤니티 입니다. - copyright: >- - © 2021 우분투 한국 커뮤니티 (우분투 한국 로컬 커뮤니티 팀). - 별도 고지가 있는 경우를 제외하고, 웹 사이트 소스코드는 MIT, 웹 사이트의 컨텐츠는 CC BY-SA 4.0 라이선스로 이용 가능합니다. - Ubuntu 및 Canonical 은 Canonical Ltd. 의 등록 상표입니다. - main_slide: - label: 커뮤니티 소개 - link: about - menu: - main: - - identifier: try - name: 우분투 사용해보기 - weight: 1 - - identifier: download - parent: try - name: 내려받기 - url: download - weight: 20 - - identifier: hardware - name: 우분투 인증 하드웨어(영어) - parent: try - url: https://ubuntu.com/certified - weight: 20 - - identifier: wiki-ko - parent: try - name: 위키(한국어) - url: https://wiki.ubuntu-kr.org - weight: 20 - - identifier: tutorials-ko - parent: try - name: 튜토리얼(한국어) - url: https://ubuntu-kr.github.io/workshops/ - weight: 21 - - identifier: docs-en - parent: try - name: 문서(영문) - url: https://docs.ubuntu.com - weight: 22 - - identifier: tutorials-en - parent: try - name: 튜토리얼(영문) - url: https://ubuntu.com/tutorials - weight: 23 - - identifier: wiki-en - parent: try - name: 위키(영문) - url: https://wiki.ubuntu.com - weight: 24 - - identifier: about-group - name: 소개 - weight: 2 - - identifier: about - parent: about-group - name: 커뮤니티 소개 - url: about - weight: 24 - - identifier: legal - parent: about-group - name: 정관 및 세칙 - url: https://disclosures.ubuntu-kr.org/legal/ - weight: 25 - - identifier: sponsors - parent: about-group - name: 후원사 - url: sponsors - weight: 26 - - identifier: community - name: 커뮤니티 - url: community - weight: 3 - - identifier: forum - parent: community - name: 포럼 (Discourse) - url: https://discourse.ubuntu-kr.org - weight: 32 - - identifier: fb-group - parent: community - name: 페이스북 그룹 - url: https://www.facebook.com/groups/ubuntu.ko - weight: 34 - - identifier: lists - parent: community - name: 메일링 리스트 - url: https://lists.ubuntu.com/archives/ubuntu-ko/ - weight: 35 - - identifier: chat - parent: community - name: 채팅 - url: chat - weight: 36 - - identifier: disclosures - parent: community - name: 공시 - url: https://disclosures.ubuntu-kr.org/ - weight: 37 - - identifier: partandcontrib - name: 참여 및 기여하기 - url: partandcontrib - weight: 4 - - identifier: events - parent: partandcontrib - name: 행사 참여하기 - url: https://event.ubuntu-kr.org - weight: 4 - - identifier: study_projects - parent: partandcontrib - name: 스터디/프로젝트 - url: projects - weight: 4 - - identifier: translate - parent: partandcontrib - name: 우분투 번역하기 - url: translate - weight: 4 - - identifier: paid-membership - parent: partandcontrib - name: 회비 납부 - url: https://github.com/sponsors/ubuntu-kr - weight: 4 - - identifier: follow - name: 소식 받기 - weight: 5 - - identifier: blog - parent: follow - name: 블로그 - url: https://blog.ubuntu-kr.org - weight: 4 - - identifier: facebook - parent: follow - name: 페이스북 - url: https://fb.com/ubuntukorea - weight: 4 - - identifier: twitter - parent: follow - name: 트위터 - url: https://twitter.com/UbuntuKrOrg - weight: 4 - - identifier: youtube - parent: follow - name: YouTube - url: https://www.youtube.com/user/UbuntuKorea - weight: 4 - - identifier: mastodon - parent: follow - name: 마스토돈 - url: https://mastodon.social/@UbuntuKrOrg - weight: 4 - - identifier: linkedin - parent: follow - name: 링크드인 - url: https://www.linkedin.com/company/ubuntu-kr/ - weight: 4 en: languageName: English - title: Ubuntu Korea Community + title: Ubuntu UK Community weight: 2 params: description: >- - Ubuntu Korea Community is a Ubuntu LoCo(Local Community) in South Korea verified by Ubuntu Community Council, - It is a place for everyone who intrested in using, developing with ubuntu, or contributing to ubuntu projects. + Ubuntu UK Community is a Ubuntu LoCo (Local Community) in the UK. + It is a place for everyone who intrested in using, developing with Ubuntu, or contributing to Ubuntu projects. copyright: >- © 2021 Ubuntu Korea Community (Ubuntu Korean LoCo Team). + © 2021 Ubuntu UK Community (Ubuntu UK LoCo Team) Except where otherwise noted, Website source code licensed under MIT, Contents licensed under CC BY-SA 4.0. Ubuntu and Canonical are registered trademarks of Canonical Ltd. main_slide: @@ -202,20 +44,20 @@ languages: url: download weight: 20 - identifier: hardware - name: Ubuntu Certified Hardwares + name: Ubuntu Certified Hardware parent: try url: https://ubuntu.com/certified weight: 20 - - identifier: wiki-ko - parent: try - name: Wiki (Korean) - url: https://wiki.ubuntu-kr.org - weight: 20 - - identifier: tutorials-ko - parent: try - name: Tutorials (Korean) - url: https://ubuntu-kr.github.io/workshops/ - weight: 21 + # - identifier: wiki-ko + # parent: try + # name: Wiki (Korean) + # url: https://wiki.ubuntu-kr.org + # weight: 20 + # - identifier: tutorials-ko + # parent: try + # name: Tutorials (Korean) + # url: https://ubuntu-kr.github.io/workshops/ + # weight: 21 - identifier: docs-en parent: try name: Docs @@ -234,21 +76,21 @@ languages: - identifier: about-group name: About weight: 2 - - identifier: about - parent: about-group - name: About our community - url: about - weight: 24 - - identifier: bylaws - parent: about-group - name: Bylaws - url: bylaws - weight: 25 - - identifier: sponsors - parent: about-group - name: Sponsors - url: sponsors - weight: 26 + # - identifier: about + # parent: about-group + # name: About our community + # url: about + # weight: 24 + # - identifier: bylaws + # parent: about-group + # name: Bylaws + # url: bylaws + # weight: 25 + # - identifier: sponsors + # parent: about-group + # name: Sponsors + # url: sponsors + # weight: 26 - identifier: community name: Community url: community @@ -256,77 +98,77 @@ languages: - identifier: forum parent: community name: Forum (Discourse) - url: https://discourse.ubuntu-kr.org + url: https://discourse.ubuntu.com/c/locos/ubuntu-uk weight: 32 - - identifier: fb-group - parent: community - name: Facebook Group - url: https://www.facebook.com/groups/ubuntu.ko - weight: 34 + # - identifier: fb-group + # parent: community + # name: Facebook Group + # url: https://www.facebook.com/groups/ubuntu.ko + # weight: 34 - identifier: lists parent: community name: Mailing list - url: https://lists.ubuntu.com/archives/ubuntu-ko/ + url: https://lists.ubuntu.com/archives/ubuntu-uk/ weight: 35 - identifier: chat parent: community name: Chat url: chat weight: 36 - - identifier: partandcontrib - name: Participate & Contribute - url: partandcontrib - weight: 4 - - identifier: events - parent: partandcontrib - name: Join events - url: https://event.ubuntu-kr.org - weight: 4 - - identifier: study_projects - parent: partandcontrib - name: Group Studies/Projects - url: projects - weight: 4 - - identifier: translate - parent: partandcontrib - name: Translate Ubuntu - url: translate - weight: 4 - - identifier: paid-membership - parent: partandcontrib - name: Contribute Membership fee - url: https://github.com/sponsors/ubuntu-kr - weight: 4 + # - identifier: partandcontrib + # name: Participate & Contribute + # url: partandcontrib + # weight: 4 + # - identifier: events + # parent: partandcontrib + # name: Join events + # url: https://event.ubuntu-kr.org + # weight: 4 + # - identifier: study_projects + # parent: partandcontrib + # name: Group Studies/Projects + # url: projects + # weight: 4 + # - identifier: translate + # parent: partandcontrib + # name: Translate Ubuntu + # url: translate + # weight: 4 + # - identifier: paid-membership + # parent: partandcontrib + # name: Contribute Membership fee + # url: https://github.com/sponsors/ubuntu-kr + # weight: 4 - identifier: follow name: Follow us weight: 5 - - identifier: blog - parent: follow - name: Blog - url: https://blog.ubuntu-kr.org - weight: 4 - - identifier: facebook - parent: follow - name: Facebook - url: https://fb.com/ubuntukorea - weight: 4 - - identifier: twitter - parent: follow - name: Twitter - url: https://twitter.com/UbuntuKrOrg - weight: 4 - - identifier: youtube - parent: follow - name: YouTube - url: https://www.youtube.com/user/UbuntuKorea - weight: 4 + # - identifier: blog + # parent: follow + # name: Blog + # url: https://blog.ubuntu-kr.org + # weight: 4 + # - identifier: facebook + # parent: follow + # name: Facebook + # url: https://fb.com/ubuntukorea + # weight: 4 + # - identifier: twitter + # parent: follow + # name: Twitter + # url: https://twitter.com/UbuntuKrOrg + weight: 4 + # - identifier: youtube + # parent: follow + # name: YouTube + # url: https://www.youtube.com/user/UbuntuKorea + # weight: 4 - identifier: mastodon parent: follow name: Mastodon - url: https://mastodon.social/@UbuntuKrOrg - weight: 4 - - identifier: linkedin - parent: follow - name: LinkedIn - url: https://www.linkedin.com/company/ubuntu-kr/ + url: https://floss.social/@ubuntu_UK weight: 4 + # - identifier: linkedin + # parent: follow + # name: LinkedIn + # url: https://www.linkedin.com/company/ubuntu-kr/ + # weight: 4 diff --git a/content/chat/index.md b/content/chat/index.md index 20180fa..026ccda 100644 --- a/content/chat/index.md +++ b/content/chat/index.md @@ -1,49 +1,27 @@ --- -title: "채팅" -description: "채팅에 참여하여 사람들과 대회하거나 질문 및 답변을 할 수 있습니다." +title: "Chat" +description: "Join the chat to discuss Ubuntu and get support." image: "chat.svg" backgroundType: suru-topped --- -# 채팅 서비스 선택 -Discord, Matrix (Element.io), IRC (Libera.chat) 로 채팅에 참여하실 수 있습니다. 아래 정보를 참고하여 본인이 사용하기 편한 방식으로 이용해 주세요. +# Chat choices -- **Discord**: [Discord 서버 들어가기](https://discord.gg/sUvF7PAgNd) | [Discord 로그인](https://discord.com/login) -- **Matrix (Element.io)**: [Matrix Space 접속 (#ubuntu-kr)](https://matrix.to/#/#ubuntu-kr:matrix.org) | [Element.io 로그인](https://app.element.io/index.html#/login) | [Element.io 회원가입](https://app.element.io/index.html#/register) -- **IRC (Libera.chat)**: irc.libera.chat 의 #ubuntu-kr 채널 접속. [(웹에서 Kiwi IRC로 바로 접속 하기)](http://kiwiirc.com/client/irc.libera.chat/ubuntu-kr) +UK Ubuntu community members can be found in various place, including Discord, Matrix (Element.io) and IRC (Libera.chat) -## IRC 이용정보 +- **Discord**: [Discord](https://discord.gg/ubuntu) +- **Matrix (Element.io)**: [Matrix](https://matrix.to/#/#support:ubuntu.com) +- **IRC (Libera.chat)**: irc.libera.chat server, in the #ubuntu-uk channel. [Kiwi IRC direct link](http://kiwiirc.com/client/irc.libera.chat/ubuntu-uk) -사용하시는 IRC 클라이언트가 있다면, 아래 정보로 IRC 채널에 접속하여 이용할 수 있습니다. +## IRC -- 서버: irc.libera.chat (또는 irc.ubuntu.com - irc.libera.chat 을 가리키는 주소) -- 포트 - - 평문 통신: 6665~6667 또는 8000~8002 - - TLS 암호화 통신: 6697, 7000, 7070 -- 채널: #ubuntu-kr -- [IRC 이용 정보 자세히 보기](https://wiki.ubuntu-kr.org/index.php/IRC_%EC%9D%B4%EC%9A%A9_%EC%A0%95%EB%B3%B4) +If you have an IRC client, use the information below to access the #ubuntu-uk IRC channel. -IRC 이용시, 아래 규정을 먼저 확인 해 주시기 바랍니다. -- [IRC 이용 규정](https://wiki.ubuntu.com/KoreanTeam/IRC_Rules) -- [Ubuntu IRC 채널 이용약관](https://wiki.ubuntu.com/IRC/TermsOfService) +- Server: irc.libera.chat (irc.ubuntu.com is an alias to the same network - irc.libera.chat) +- Port + - Unencrytped: 6665~6667 or 8000~8002 + - TLS encrypted: 6697, 7000, 7070 +- Channel: #ubuntu-uk -# 채널 목록 -아래 채널 목록 표를 참고하여 이용해 주시기 바랍니다. 일부 채널은 서로 다른 메신저 서비와 연동 되거나, 대화 내용이 기록되고 있습니다. - -| 채널 용도 | Discord | [Matrix (Element.io)](https://matrix.to/#/#ubuntu-kr:matrix.org) | IRC (Libera.chat) | 비고 | -| -- | -- | -- | -- | -- | -| 일반적인 대화 및 질의응답 | general | [#ubuntu-kr-general:matrix.org](https://matrix.to/#/#ubuntu-kr-general:matrix.org) | [#ubuntu-kr](http://kiwiirc.com/client/irc.libera.chat/ubuntu-kr) | [IRC 대화기록 확인하기](irclogs.ubuntu.com)* | -| 공지사항 채널 | notice | [#ubuntu-kr-notice:matrix.org](https://matrix.to/#/#ubuntu-kr-notice:matrix.org) | - | - | -| 번역(L10n)팀 채널 | l10n | [#ubuntu-l10n-ko:matrix.org](https://matrix.to/#/#ubuntu-l10n-ko:matrix.org) | - | - | -| UbuCon Korea 참가자 채널 | ubucon-kr | [#ubucon-kr:matrix.org](https://matrix.to/#/#ubucon-kr:matrix.org) | - | - | -| 포럼 게시물 피드 채널 | forum-feed | [#ubuntu-kr-forum:matrix.org](https://matrix.to/#/#ubuntu-kr-forum:matrix.org) | - | - | - - -> *IRC 의 `#ubuntu-kr` 채널에서의 대화 내역은 Canonical IS 팀이 운영하는 `ubuntulog` 봇에 의해 모두 기록되고 있으며, irclogs.ubuntu.com 에서 IRC 대화 기록을 확인하실 수 있습니다. 또한, 연동된 다른 메신저의 채널에도 IRC 관련 규정이 적용되니 이용에 참고 해 주시기 바랍니다. - -## 메신저간 연동 브릿지 정보 -서로 다른 메신저간 연동을 위해, 아래와 같은 브릿지 서비스를 이용해 연동하고 있습니다. 간혹 서로 다른 메신저간 메시지가 전달이 지연 되거나 전달이 안 되는 경우가 있는데, 브릿지 서비스 관련 문제일 수 있습니다. 아래 링크에서 각 브릿지 서비스 정보와, 서비스 상태를 확인할 수 있습니다. - -- t2bot.io: Discord - Matrix 연동: [정보](https://t2bot.io/), [서비스 상태](https://status.t2bot.io/785547346) -- Libera.chat IRC Bridge: Matrix - IRC 연동: [정보](https://matrix-org.github.io/matrix-appservice-irc/latest/bridged_networks.html), [서비스 상태](https://status.matrix.org/) \ No newline at end of file +> *All conversation history in the IRC `#ubuntu-uk` channel is recorded by the `ubuntulog` bot operated by the Canonical IS team. You can check the IRC conversation history at irclogs.ubuntu.com. In addition, please note that IRC-related regulations also apply to channels of other linked messengers. diff --git a/content/download/index.en.md b/content/download/index.en.md index c4b8104..219a7ec 100644 --- a/content/download/index.en.md +++ b/content/download/index.en.md @@ -17,7 +17,6 @@ ubuntuVersions: Ubuntu {{< param "ubuntuVersions.ltsVersion" >}}, the latest LTS(Long term support) version provides 5 years of maintenance and security updates for free. In most cases, LTS version is recommended for stable use. -- [See Ubuntu {{< param "ubuntuVersions.ltsVersion" >}} release notes (Korean translation)]({{< param "ubuntuVersions.ltsReleaseNoteKor" >}}) - [See Ubuntu {{< param "ubuntuVersions.ltsVersion" >}} release notes]({{< param "ubuntuVersions.ltsReleaseNote" >}}) ## Ubuntu {{< param "ubuntuVersions.normalVersion" >}} @@ -30,7 +29,7 @@ New version of Ubuntu is released on every April and October with 6 months inter Free maintenance and security updates are provided 5 years for LTS version and 9 months for interim releases. You may check out Ubuntu release cycle information on ubuntu.com -{{< button text="Ubuntu release cycle (영어)" href="https://ubuntu.com/about/release-cycle" icon="information" >}} +{{< button text="Ubuntu release cycle" href="https://ubuntu.com/about/release-cycle" icon="information" >}} ## System requirements @@ -48,22 +47,10 @@ You may check out Ubuntu release cycle information on ubuntu.com {{< button text="Raspberry Pi" href="https://ubuntu.com/download/raspberry-pi" icon="switcher-dashboard" >}} {{< button text="Internet of Things (Ubuntu Core)" href="https://ubuntu.com/download/iot" icon="switcher-dashboard" >}} -## From Korean Mirrors -You can download Desktop and Server CD/DVD images from Korean Mirror servers with fast speed. - -{{< button text="KAIST" href="http://ftp.kaist.ac.kr/ubuntu-cd/HEADER.html" icon="begin-downloading" >}} -{{< button text="Kakao Corp." href="https://mirror.kakao.com/ubuntu-releases/" icon="begin-downloading" >}} -{{< button text="LANET" href="https://ftp.lanet.kr/ubuntu-releases/" icon="begin-downloading" >}} -{{< button text="AniGil Linux Archive" href="https://mirror.anigil.com/ubuntu-cd/HEADER.html" icon="begin-downloading" >}} -{{< button text="Yuki Network Mirror" href="https://mirror.yuki.net.uk/ubuntu-releases/" icon="begin-downloading" >}} -{{< button text="DevPG" href="https://devpg.net/ubuntu_cd/HEADER.html" icon="begin-downloading" >}} - -[See list of All Official Archive Mirrors for Ubuntu on Launchpad.net](https://launchpad.net/ubuntu/+archivemirrors) - # How to install and use ## Desktop & Server -- Desktop: [Installation guide (Korean)](http://wiki.ubuntu-kr.org/index.php/Getting_Started), [Installation tutorial](https://ubuntu.com/tutorials/install-ubuntu-desktop) +- Desktop: [Installation tutorial](https://ubuntu.com/tutorials/install-ubuntu-desktop) - Server: [Installation tutorial](https://ubuntu.com/tutorials/install-ubuntu-server) - [List of Certified Ubuntu hardwares](https://ubuntu.com/certified) ## Use on Public Clouds @@ -75,7 +62,7 @@ You can download Desktop and Server CD/DVD images from Korean Mirror servers wit ## WSL (Windows Subsystem for Linux) If you are using latest version of Windows 10 or Windows 11, You can easily try out Ubuntu with WSL environment. -{{< button text="Install Ubuntu on WSL (WSL Korea User Group Documentations)" href="https://wslhub.com/wsl-firststep/firststep/install/" icon="begin-downloading" >}} +{{< button text="Install Ubuntu on WSL" href="https://learn.microsoft.com/en-us/windows/wsl/install" icon="begin-downloading" >}} ## Linux Containers @@ -92,8 +79,8 @@ Images for System Containers (VM Style Containers): Used with LXD and LXC for re # Get help If you need help while using, You can get help on online community such as forums and online chat. -{{< button text="Forums (Korean)" href="https://discourse.ubuntu-kr.org/" >}} -{{< button text="Mailing List (Korean)" href="https://lists.ubuntu.com/archives/ubuntu-ko/" >}} +{{< button text="Forums" href="https://discourse.ubuntu.com/c/locos/ubuntu-uk/172" >}} +{{< button text="Mailing List" href="https://lists.ubuntu.com/archives/ubuntu-uk/" >}} {{< button text="Chat (Slack, IRC)" href="../chat" >}} {{< button text="Ask Ubuntu" href="https://askubuntu.com/" >}} @@ -102,7 +89,7 @@ If you need help while using, You can get help on online community such as forum # Commercial technical support -{{< info title="Note" content="Ubuntu Korea Community is a non-profit community consists of users and developers and independent from Canonical Ltd. We do not provide any commercial technical support and answers for related inqueires. If you need commercial support for Ubuntu, Check out informations below and get support from Canonical Ltd. or Canonical Partners.">}} +{{< info title="Note" content="Ubuntu UK Community is a non-profit community consisting of users and developers and is independent from Canonical Ltd. We do not provide any commercial technical support and answers for related inquiries. If you need commercial support for Ubuntu, Check out informations below and get support from Canonical Ltd. or Canonical Partners.">}} ## Ubuntu Pro (Formerly Ubuntu Advantage) Get commercial technical support from Canonical Ltd. the publisher of Ubuntu with Ubuntu Pro program. diff --git a/static/CNAME b/static/CNAME index 733312f..a6f9fdb 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1 @@ -ubuntu-kr.org \ No newline at end of file +ubuntu-uk.org \ No newline at end of file diff --git a/themes/ubuntukr/layouts/index.html b/themes/ubuntukr/layouts/index.html index d2efbc1..a21f6eb 100644 --- a/themes/ubuntukr/layouts/index.html +++ b/themes/ubuntukr/layouts/index.html @@ -57,13 +57,14 @@

{{i18n "main_ubuntu_title"}}

{{i18n "main_ubuntu_desc"}}

- +
+ {{ end }} \ No newline at end of file