Youngbeen's Portfolio Website

Demonstrated image of the project


Youngbeen's Portfolio Website

Building a website in RStudio using the R Blogdown package.
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

The objective of the project is to develop a personal portfolio website using RStudio’s blog-down package. The website is continuously updated in real time using GitControl, and it is deployed on the Netlify, allowing easy accessibility through web browsers.

Built With

RStudio_logo
GitHub_logo
Netlify_logo

Getting Started

You can explore the contents of this website by visiting the following link.

Installation

  1. Create new repository in your own GitHub

  2. Clone the repo

    git clone https://github.com/your_username_/Project-Name.git
    
  3. Make new project in RStudio and select “Git” as the version control system

  4. Provide a name and location for your project

  5. Click on “Create Project”

  6. Install blogdown package and then check it in the system library

    install.packages("blogdown")
    library(blogdown)
    
  7. Install Hugo theme for the website

    install_hugo()
    
  8. Create new website with selected theme

    new_site(theme = "wowchemy/starter-academic")
    
  9. Check .gitignore and add more comment in the file

    .DS_Store
    Thumbs.db
    /public
    /resources
    
  10. Deploy website using Netlify

'Useful codes to start and stop server'
serve_site()
stop_server()

(back to top)

Usage

The blogdown package can be utilized to create a personal website or blog.

License

Distributed under the MIT License. See LICENSE for more information.

Reference Link: HUGO, Blogdown

Contact

Youngbeen Oh - @0beansprout - oyb7140@gmail.com

Project Link: https://github.com/0beansprout/yb_portfolio

(back to top)

Youngbeen Oh
Youngbeen Oh

My job interests include data analysis, database management and web development.