Welcome to the official GitHub repository for SK Telecom's Open Source Portal. The portal is hosted at https://sktelecom.github.io/
SK Telecom shares innovative technologies across AI, Big Data, Cloud, and more as open source projects. We welcome developers worldwide to participate, contribute, and collaborate with us.
This website is built with:
- Hugo - Fast, modern static site generator
- Docsy - Professional documentation theme for open source projects
- GitHub Actions - Automated build and deployment to GitHub Pages
All content is written in Markdown, automatically built by Hugo, and deployed to GitHub Pages on every commit to the master branch.
- Hugo v0.146.0+ (Extended version required)
- Git with submodules support
- Node.js 18+ (optional, for asset compilation)
# Clone the repository
git clone --recurse-submodules https://github.com/sktelecom/sktelecom.github.io.git
cd sktelecom.github.io
# Start Hugo development server
hugo server
# Open your browser to http://localhost:1313/# Build production-ready site
hugo --minify
# Output will be generated in ./public directoryWe welcome contributions! Please see our Contributing Guidelines for detailed instructions (in Korean).
To contribute:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-contribution) - Commit your changes (
git commit -m 'Add amazing contribution') - Push to the branch (
git push origin feature/amazing-contribution) - Open a Pull Request
This repository uses GitHub Actions for automated deployment:
- Every push to the
masterbranch triggers an automatic build - Hugo generates the static site and pushes to the
gh-pagesbranch - GitHub Pages automatically serves the updated site
See .github/workflows/deploy.yml for workflow details.
Questions or Inquiries?
- 📌 Create an issue on GitHub
- Email OSPO (Open Source Program Office): opensource@sktelecom.com
- Visit our About Page to learn more about SK Telecom's open source initiatives
- Website Code: Apache License 2.0
- Content: Creative Commons Attribution 4.0 International (CC-BY-4.0)
See individual LICENSE files in the repository for details.