Skip to content

sktelecom/sktelecom.github.io

Repository files navigation

SKT Open Source Portal

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.

Overview

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.

Getting Started

Prerequisites

  • Hugo v0.146.0+ (Extended version required)
  • Git with submodules support
  • Node.js 18+ (optional, for asset compilation)

Local Development

# 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/

Building

# Build production-ready site
hugo --minify

# Output will be generated in ./public directory

Contributing

We welcome contributions! Please see our Contributing Guidelines for detailed instructions (in Korean).

To contribute:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-contribution)
  3. Commit your changes (git commit -m 'Add amazing contribution')
  4. Push to the branch (git push origin feature/amazing-contribution)
  5. Open a Pull Request

Deployment

This repository uses GitHub Actions for automated deployment:

  • Every push to the master branch triggers an automatic build
  • Hugo generates the static site and pushes to the gh-pages branch
  • GitHub Pages automatically serves the updated site

See .github/workflows/deploy.yml for workflow details.

Contact & Support

Questions or Inquiries?

📄 License

See individual LICENSE files in the repository for details.

About

Open Source Portal at SK telecom

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 43