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
Getting Started
You can explore the contents of this website by visiting the following link.
Installation
-
Create new repository in your own GitHub
-
Clone the repo
git clone https://github.com/your_username_/Project-Name.git -
Make new project in RStudio and select “Git” as the version control system
-
Provide a name and location for your project
-
Click on “Create Project”
-
Install blogdown package and then check it in the system library
install.packages("blogdown") library(blogdown) -
Install Hugo theme for the website
install_hugo() -
Create new website with selected theme
new_site(theme = "wowchemy/starter-academic") -
Check .gitignore and add more comment in the file
.DS_Store Thumbs.db /public /resources -
Deploy website using Netlify
'Useful codes to start and stop server'
serve_site()
stop_server()
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