Code Monkey home page Code Monkey logo

elelogger's Introduction

eleLogger:一款简洁明快的博客园主题

主题首页

项目目录介绍

运行如下命令得到文件树

npm install -g tree-node-cli
treee -L 3 -I "node_modules|.idea|.vscode|blogs|.git" -a --dirs-first > out.txt
eleLogger
├── build # 构建用的脚本
│   ├── delete.js # 删除dist的缓存
│   ├── secret.js # 相关密钥
│   └── upload-static.js # 上传到七牛云
├── dist
│   ├── bundle.js
│   ├── bundle.js.map
│   ├── index.html
│   ├── main.css
│   └── main.css.map
├── src
│   ├── config # 配置文件,后期可配置更为自由的主题
│   ├── init # 初始加载
│   ├── layout # 路由无关的 View
│   ├── pages # 路由相关 View
│   ├── scss # 路由无关的样式
│   ├── static # 静态资源,如vscode主题
│   ├── store # 全局函数
│   ├── upload # 需要复制到博客园后台的代码
│   ├── index.js
│   └── style.scss # 全局样式
├── test # 测试用例
├── package-lock.json
├── package.json
├── README.md
└── webpack.config.js

项目进展

本主题功能已经实现,但代码仍需继续完善。下一步的工作如下

  • src/scss中的内容重构到scr/layout文件夹中
  • 本地搭建服务器,实现本地预览功能——————env文件夹
  • 集成MetaWeblog,搭建自动发布系统。

elelogger's People

Contributors

oceans-pro avatar

Stargazers

孤飞 avatar  avatar  avatar BaldHead avatar  avatar 挥霍 avatar  avatar

Watchers

 avatar

Forkers

luyufanzhi

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.