[WordPress] 外掛分享: Odyssey Resumes

前言介紹

  • 這款 WordPress 外掛「Odyssey Resumes」是 2020-03-17 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2020-03-19,距離現在已有 1873 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.1.0 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.3 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

wordpressnoob777 |

外掛標籤

resume | profile | resumes |

內容簡介

透過這個易於使用的外掛程式,建立美麗的簡歷,使您可以自訂樣板和子佈景主題。調色板功能讓使用者可以在同一份簡歷中快速切換多種色彩方案。

支援聯絡資訊、關於我、相片、工作經歷、技能滑桿、教育、連結和參考資料
建立同一份簡歷的多個版本
建立自己的自訂樣板和佈景主題
與 ACF 整合並附帶 ACF JSON(acf.json)
動畫和 SVG 預載器
可自訂的列印樣式表
附帶 SASS!
社交媒體區塊

即將推出

待辦事項:獎項區塊
待辦事項:新增分享按鈕以便傳送 PDF
待辦事項:晚上顯示暗色屏幕,日間顯示亮色屏幕
待辦事項:PDF 下載按鈕(jspdf 似乎有點問題)
待辦事項:composer 外掛程式
待辦事項:新增 twig 支援

前置需求

您必須擁有以下外掛程式或檔案。我們將新增對 Gravity Forms 的支援,以及一個不需要任何外掛程式的版本。但是,如果您要自訂簡歷,我們強烈建議您使用 ACF。

具備 Google 地圖的 ACF

Home

您需要在這個檔案中輸入您自己的 Google 地圖 API 金鑰。
am-resume/functions.php

Font Awesome
這個外掛程式假設您已經有 Font Awesome 。如果沒有 Font Awesome,圖示將無法顯示,但是您可以輕鬆建立您自己的樣板並使用您自己的圖示。

Animate.css
動畫是可選的,但如果您想使用它們。

Animate.css

佈景主題與樣板:

佈景主題

佈景主題是一個小型的 CSS 檔,與您的主要 CSS 檔一起使用。佈景主題可以透過右上角的調色盤進行更改,讓您從亮色主題切換為暗色主題。

在預設值.js 檔案中,有一行基本的 jQuery 會切換樣式表。

樣板

樣板是用於呈現簡歷的 CSS、JS 及 PHP 檔案。

這個外掛程式包含了一個預設樣板,位於 templates/default/。

建立新樣板

若要建立新樣板,您只需要添加想要更改的檔案即可。

外掛程式中包含一個名為 default-theme 的樣板,可作為覆蓋您想要覆蓋的 default 樣板中任何檔案的範例。

接著,您只要在您的簡歷文章的 ACF 欄位中輸入您的新主題名稱。

npm 部署樣式至 assets 資料夾

我已使用簡單的 NPM 指令碼來編譯 CSS。不需要安裝 gulp,因為沒有太多工作要做。要部署樣式表至 assets 資料夾,您只需輸入以下命令。為使用此命令,您需要全域安裝 sass,這應該已經完成了!

npm deploy;

如何建立新樣板或佈景主題?

您可以從 templates/default 資料夾一個接一個複製檔案,並將它們放在 templates 中的新目錄中。

如何添加子佈景主題?

您也可以添加子佈景主題,這樣您就不必複製整個樣板了。要添加子佈景主題,請在 templates 目錄中創建一個新文件夾來保存您的佈景主題。然後只需將您想要自訂的檔案複製到該文件夾中即可。將您的樣板設置為使用子佈景主題,就這樣!

原文外掛簡介

Build beautiful resumes with this easy to use plugin which allows custom templates and child themes. Swatches allow the user to instantly switch between multiple color schemes for the same resume.

Supports Contact Info, About Me, Pictures, Work Experience, Skill Sliders, Education, Links and References
Create multiple versions of the same resume
Create your own Custom templates and themes
Integrates with ACF and comes with ACF JSON (acf.json)
Animations and SVG Pre Loaders
Customizable print stylesheet
Comes with SASS!
Social Media Section

Coming Soon

TODO: Awards Section
TODO: add share button to send pdf
TODO: show dark screen at night, light at day be default
TODO: PDF Download Button (jspdf seems buggy)
TODO: composer plugin
TODO: add twig support

Prerequisites
You must have the following plugins or files available. We will add gravity forms support, as well as a verion which will not depend on either plugin. But we strongly recommend using ACF if you want to customize your resume.

ACF with Google Maps

Home

You will need to enter your own google maps api key in this file.
am-resume/functions.php

Font Awesome
This plugin assumes you have font awesome. The icons will not show up without Font Awesome but you can easily create your own template and use your own icons.

Animate.css
Animations are optional but if you would like to use them.

Animate.css
Themes and Templates:

Themes

A theme is a small css file that is used in addition to your main css file. A theme can be changed from the swatches on the top right that allow you to switch from light to dark theme.
There is a basic line of jquery in the default.js file that switches stylesheets.

Templates

And templates are css, js and php file used to render the resume.
There is a default template included in the plugin at templates/default/

Creating a New Template

To create a new template, you only have to add the files you want to change.
There is an included template called default-theme that serves as an example of how you can override whatever file you want in the default template.
Then you just enter your new theme name in the ACF field for your Resume Post.
npm Deploy Styles to Assets Folder
I have used simple NPM scripts to compile css. There is no need to install gulp since there are not a lot of tasks. To deploy stylesheets to the assets folder, you can just type the command below. You will need to install sass globally for this command to work, which you should already have!
npm deploy;

How do I create a new template or theme?

You can copy files one by one from the templates/default folder and place them in a new directory in templates.
How do I add a child theme?
You can also add a child theme so you don’t have to copy the entire template. To add a child theme, create a new folder for your theme in the templates directory. Then copy only the files you want to customize into the folder. Set your template to use the child theme and that’s it!
Will this plugin work without ACF?
As of now, this plugin requires ACF but this will change in the future.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Odyssey Resumes」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


最新版本

延伸相關外掛(你可能也想知道)

  • Resume Builder 》使用這個易於使用的外掛程式,您可以創建一個或多個簡歷,包括聯繫信息、教育和經驗歷史,以及技能列表!, 記得查看線上演示!, 優質設計和易用性, 利用拖放...。

文章
Filter
Apply Filters
Mastodon