Coder Social home page Coder Social logo

thisis05 / blog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zarathucorp/blog

0.0 0.0 0.0 114.27 MB

Zarathu blog

Home Page: https://blog.zarathu.com

License: MIT License

JavaScript 8.34% R 0.01% CSS 0.70% TeX 0.25% HTML 90.59% Jupyter Notebook 0.10% SCSS 0.02%

blog's Introduction

Zarathu Blog

Zarathu Official Blog - https://blog.zarathu.com

Website Netlify Status GitHub issues GitHub license

아티클 추가 하는 방법

  1. 개인 계정으로 zarathucorp/blog 를 Fork
  2. 로컬에 Clone
  3. Rstudio에서 blog/zarathucorp.Rproj을 열기
  4. blog/posts로 이동
  5. 아티클을 담을 디렉토리 생성, 이때 형식은 YYYY-MM-DD-TITLE (다른 예시 참조)
  6. 생성한 디렉토리로 이동 후 index.qmd 생성
  7. YAML 작성 예시 (render 에러가 날 경우 Indent, tab 확인)
---
title: "pkgdown을 활용한 R 패키지 문서화"
description: | 
  R 패키지를 다른 사람들도 잘 활용할 수 있게 설명해주는 웹사이트를 pkgdown을 사용하여 만들어보자
categories:
  - R
  - Rpackage
  - pkgdown
  - githubpage
  - documentation
  - website
aliases:
  - pkgdown.html
author:
  name: "Jinhwan Kim"
  email: [email protected]
  url: https://github.com/jhk0530
image: img/logo.png
date: 2023-03-15
format: html
lang: kr
execute:
  freeze: true
draft: false
license: CC BY-NC
---
  1. 아티클을 index.qmd에 이어서 작성 후 Knit
  2. 이때 이미지는 디렉토리내의 /img를 활용하길 권장
  3. 로컬에 Commit
  4. zarathucorp/blog에 Pull Request 생성
  5. 검토 후 Merge

아티클에 revealjs (quarto 슬라이드) 올리는 방법

2023-02-01-streamlit 디렉토리 참조

  1. 생성한 디렉토리에 추가로 슬라이드 qmd 파일 작성

  2. Knit

  3. index.qmd 에 아래의 예시를 참조하여 iframe 추가

  • src에 /posts 추가한 슬라이드 qmd의 html결과를 참조하게 함
  • 슬라이드 qmd에서는 반드시 yaml에 draft: true 있어야 함.
  • 슬라이드 html이 생기지 않는 경우 render 후 Ctrl + S로 저장하기
<iframe class="slide-deck" src="/posts/2023-02-01-streamlit/streamlit_slide.html" width="750px" height="500px" style="border: solid 1px black">

</iframe>
---
format:
  revealjs:
    theme: default
    incremental: true
    auto-animate-easing: ease-in-out
    auto-animate-unmatched: false
    auto-animate-duration: 0.8
    transition: slide
    background-transition: fade
    chalkboard:
      theme: whiteboard
      boardmarker-width: 5
      buttons: false
    standalone: true
execute: 
  freeze: true

draft: true
---

blog's People

Contributors

jinseob2kim avatar jhk0530 avatar changwoolim avatar kimkimwonwon avatar seodaegal avatar junhyuk0330 avatar lyj7518 avatar qkrqjatn218 avatar siyeoljung avatar yyumining avatar ghj20345 avatar chaeelee avatar leevenstar avatar thisis05 avatar

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.