Code Monkey home page Code Monkey logo

chenshifu0308.github.io's Introduction

简介

这里是部署了我的个人网页,包含我的博客文章,我的网页作品和Android Apps。

网页原型

这个UI原型是我用Figma绘制的,手法比较拙劣,但是可以看出来大概思路。

首页 博客列表 一些图片

博客

因为这里部署的是简单的静态网页,博文选择使用Markdown是个好主意,但是编辑内容我个人喜欢使用Notion,所以还是想要找个工具来将Notion的内容转为静态网页,然后更新到这里。

  • Notion转静态页面我准备使用 Notablog
  • 运行 npm i -g notablog 全局安装notablog
  • 运行 notablog generate ./public/blog 生成静态页面,当页面内容有更新时,该指令可以重复执行。
  • 因为生成页面只作为网页的一部分,暂时先用iframe嵌套一下,或者修改notablog源码

首页

手写静态页面太繁琐了,利用React来写更快速一些,使用create-react-app来创建react app,参考react-gh-pages流程来部署.

  • npx create-react-app zheng_blog --template typescript to create the react project.
  • npm install gh-pages --save-dev in the project folder.
  • npm start to run it locally in http://localhost:3000
  • npm run deploy to deploy to Github Pages.

参考

chenshifu0308.github.io's People

Contributors

chenshifu0308 avatar chen52671 avatar

Watchers

 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.