npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

jsonresume-theme-stackoverflow-chinese

v2.0.4

Published

Stack Overflow theme for JSON Resume-chinese

Downloads

18

Readme

适用于jsonresume的Stack Overflow主题 (中文版本)

npm版本

带有自定义CSS的可打印版本

DEMO

入门指南

安装命令行工具

jsonresume 上创建你的json简历。

使用官方的 resume-cli 来运行开发服务器。

安装resume-cli:

npm install -g resume-cli

安装并启动主题

克隆存储库:

git clone https://github.com/francescoes/jsonresume-theme-stackoverflow.git

在当前文件夹中创建一个 'resume.json' 文件,并按照 json简历模式 进行填写。

安装依赖:

npm install

然后运行:

resume serve --theme .

社交媒体图标

支持的社交媒体平台及其品牌颜色:

请注意,所有 Font Awesome品牌图标 都被支持。虽然只有下面列出的图标在我的CSS文件中具有关联的颜色代码:

github, stack-overflow, linkedin, dribbble, twitter, facebook, pinterest, instagram, soundcloud, wordpress, youtube, flickr, google plus, tumblr, foursquare.

要在社交媒体链接旁边显示相应的图标(或用户名),只需设置network为社交媒体的名称(例如:'Stack Overflow')。我会将空格替换为破折号(-),并将所有网络名称转换为小写,以符合Font Awesome品牌图标的命名约定。

对额外字段的支持

使用stackoverflow主题,可以为每个 'work'、'publication' 和 'volunteer' 项目添加以下额外字段:

  • keywords
  • summary

并且可以为每个 'interests' 和 'education' 项目添加 summary 字段。

可以在 'basics' 中添加 birth 字段(在欧洲常用),示例:

"birth": {
  "place": "New York",
  "state": "USA",
  "date": "1988"
}

贡献

Fork该项目,添加你的功能(或修复你的bug),然后打开一个pull request;或者

提出问题,如果你发现问题或者想要添加额外字段或者进行更改。

许可证

根据 MIT许可证 可用。