Giter Site home page Giter Site logo

rescript-in-korean's Issues

Rss feed 설정

From discord

그린랩스 관계자님... RSS feed 의 이름이 설정 안되어 있네요 다음 HTML 부분을 바꿔주세요~ <link rel="alternate" type="application/rss+xml" title="Minimal Blog - @lekoarts/gatsby-theme-minimal-blog" href="/rss.xml">

빌드시스템 번역

rescript 빌드 도구를 사용하다가 번역이 안된 부분을 발견하여 작업을 하려고 합니다.

이전에는 한페이지 단위라 이슈를 따로 만들지 않았는데요 이번에는 빌드 시스템 섹션 전체라 조금 걸릴 것 같아 이슈를 먼저 남기고, 이 이슈에서 진행사항을 공유합니다

혹시 작업하고 계신 부분이 있다면 알려주세요 이어서 하겠습니다

포크해둔 저장소에서 아래 순서로 진행할 예정입니다.

현재 작업 내역입니다

  • 원문의 내용을 복사합니다. : 원문에서 변경된 내용이 많아 현재 저장소에 원문 내용으로 덮어씁니다.
  • Overview
  • Configuration
  • Configuration Schema
  • External Stdlib
  • Build pinned dependencies
  • Interop with js build systems
  • Performance

오타가 있습니다

가독성을 고려한 결과물 & 훌륭햔 인터롭(상호운용)에서 훌륭'햔'이라고 쓰셨습니다.

Canonical URL

-
안녕하세요.

아래와 같이 canonical url에 /rescript-in-korean 가 중복되어 들어가는 이슈가 있습니다.

<link rel="canonical" href="https://green-labs.github.io/rescript-in-korean/rescript-in-korean/Language-Features/02-Let-Binding" data-react-helmet="true">

확인해보니 siteUrl에도 존재하고 pathPrefix값에도 해당값이 들어가 있습니다.

// config.js
pathPrefix: '/rescript-in-korean',
siteUrl: 'https://green-labs.github.io/rescript-in-korean',
// docs.js
let canonicalUrl = config.gatsby.siteUrl;
canonicalUrl =
  config.gatsby.pathPrefix !== '/' ? canonicalUrl + config.gatsby.pathPrefix : canonicalUrl;
canonicalUrl = canonicalUrl + mdx.fields.slug;

Pull Request가 안되어 이슈 남깁니다.

감사합니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.